From ceb930752601922e4445427cacc06fe7eaf37419 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 12 Jul 2007 01:41:32 +0000 Subject: [PATCH] Include unistd.h only if HAVE_UNISTD_H. --- src/term.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/term.c b/src/term.c index 41ccfb0dd1f..b88448fc446 100644 --- a/src/term.c +++ b/src/term.c @@ -25,7 +25,9 @@ Boston, MA 02110-1301, USA. */ #include #include #include +#ifdef HAVE_UNISTD_H #include +#endif #include "termchar.h" #include "termopts.h" -- 2.30.2